Skip to content

[GET] siteChargers

/api/manager/siteChargers

SiteChargersRequestDTO

Attributes:

Name Type Description
site_id str

unique id assigned to the site

SiteChargersResponseDTO

Attributes:

Name Type Description
charger_list List[SiteChargerDTO]

list of chargers and their corresponding connector statuses in the format of SiteChargerDTO

SiteChargerDTO

Attributes:

Name Type Description
name str

name of the charger

id str

charger id

pricing_profile int

associated pricing profile id of the charger

kw_rating float

maximum charging capacity of the charger

brand str

brand of the charger

charger_status ConnectorStatusEnum

status of the charger (Available/Offline/etc)

conn_status List[ConnStatusDTO]

list of connector statuses and conn type

ConnStatusDTO

Attributes:

Name Type Description
type str

connector type

status str

connector status